@charset "utf-8";
header{
    width:100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    z-index: 999;
    background: #fff;
    position: relative;
}
.tel-hnte{
    display: inline-block;
    text-align: right;
    line-height: 40px;
    font-size: 16px;
    padding-left: 25px;
}
header .nav>ul.tel-hnte>li {
    display: inline-block;
    padding: 0 0px;
    padding-left: 0px;
    position: relative;
    white-space: nowrap;
}
.tel-hnte i{
    font-size: 18px;
    margin: 0px 5px;
    font-weight: 300;
    color: #4b4948;
}
.tel-hnte i.icon-dianhua-Telephone{
    color: #ea5413;
    font-weight: 500;
}
.tel-hnte .phone{
    font-size: 16px;
    color: #ea5413;
    font-weight: 800;
}
.header .logo {
    padding: 0px 0px;
}
.header .logo img{
    height: 90px;
    width: auto;
    transition: all .5s;  
}
.header{
    padding:0px 0px;
    max-width:1920px;
}
@media(max-width:767px){    
    .header .logo img{ 
        height: 55px;
    }
    .tel-hnte{
        padding-left: 0px;
        float: none !important;
        text-align: center;
    }
   .tel-hnte .phone{
        font-size: 16px;
    } 
}
header .nav{
    padding: 25px 0px 0px;
    display: flex;
    justify-content: flex-end;
}
header .nav>ul{
    margin:0px 0px;
    transition: all .5s;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
header .nav>ul>li{
    display: inline-block;
    padding: 0 0px;
    padding-left: 30px;
    position: relative;
}
header .nav>ul>li>a{
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 400;     
    line-height: 40px;
    white-space: nowrap;
}
header .nav>ul>li:hover a,header .nav>ul>li.active a{
    color: #ea5413;
}
header .nav ul.submenu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -80px;
    width: 190px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
header .nav ul.submenu li{width:100%; border-bottom:1px solid rgba(0,0,0,.05);}
header .nav ul.submenu li a{display:block;font-size:14px; color:#444; line-height:20px; padding:12px 2%; text-align:center; }
header .nav ul.submenu li a:hover{color:#3c4a76; background:#f2fcfa;}
header .nav>ul>li:hover ul.submenu{
    display: block;
}
header.on{
    position: fixed;
}
header.on .header .logo img{
    height: 60px;
}
header.on .nav {
    padding: 10px 0px 0px;
}
@media(max-width:1400px){
    header .nav>ul>li {        
        padding-left: 30px;
    }
}
@media(max-width:1300px){
    header .nav>ul>li {        
        padding-left: 25px;
    }
}
@media (max-width: 1199px){
    .header .nav>ul>li{
        padding-left:18px;
    }
}
@media(max-width:767px){
    header.on .header .logo img{
        height: 55px;
    }
}
@media (max-width: 992px){    
    .header{
        position: relative;
        padding:5px 0px;
    }
    header .nav>ul{
        display: block;
    }    
    header.on .header .logo img, .header .logo img{
        height:60px !important;
    }    
    header .nav{
        position: absolute;
        left:-100vw;
        top:64px;
        width:70%;
        height:calc(100vh - 60px);
        background:#fff;
        box-shadow: 0 0 10px #eee;
        z-index:999;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding-top:20px;
    }
    header .nav.show{
        left:0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    header .nav ul li{
        display: block !important; 
        padding:0 20px;
        border-bottom: 1px solid #efefef;
    }   
    header .nav ul li a{       
        font-size: 14px;
    } 
}
@media(max-width:1200px){
    .header .nav .submenu li {
        display: none !important;
    }
}
/* banner */
.banner{
    position: relative;
    overflow: hidden;
}
.banner img{
    width: 100%;
}
.common{
    padding-top:95px;
    padding-bottom:95px;
}
.title{
    font-size: 35px;
    font-weight: 900;
    line-height:1.1;     
    text-transform: uppercase;
    position: relative;    
    margin-bottom: 30px;   
}
.title span{ 
    display: block;
    font-size: 24px;
    font-weight: 200;
}
.title:after {
    content: "";
    display: block;
    background: #ea5413;
    width: 80px;
    height: 2px;
    margin-top: 10px;
}
@media (max-width:767px){
    .common{
       padding-top:25px;
       padding-bottom:25px;
    }
    .title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .title span{
        font-size: 16px;        
    }
    .title:after {       
        width: 40px;
        height: 2px;
        margin-top: 5px;
    }
} 
/*产品类别*/
.product{
    background: url(../img/product.jpg) no-repeat center #111113;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    border-top: 10px solid #ea5413;
}
.product .title{    
    color:#fff;    
}
.product .title:after{
    margin: 10px auto 0px auto;
}
.product .pro-more{
    background: rgba(197,197,197,0.2);
    border: 1px solid #4e4e4e;
    border-radius: 4px;
    display: block;
    padding: 15px 15px;
    font-size: 22px;
    font-weight: 600;
    color: #9f9f9f;
    text-align: center;
    margin-top: 50px;
}
@media (max-width:992px){
    .product .pro-more {        
        padding: 10px 15px;
        font-size: 16px;       
        margin-top: 0px;
    }
}
/*分类*/
.nav-list{        
    position: relative;
    border-bottom: 10px solid #ea5413;
    background:#fff;
    transition: all 0.6s;     
    margin-bottom: 20px;    
}
.nav-list:after{
    content: "";
    display: block;
    background:#000;
    opacity: 0.0;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.6s;
}
.nav-list .nav-img{
    overflow: hidden; 
}
.nav-list .nav-img img{
    width: 100%;
    transition: all 0.6s;
}
.nav-list h5{    
    font-size: 24px;
    line-height: 1.2;    
    font-weight: 900;    
}
.nav-list h5 span{
    display: block;
    font-size: 18px;
    font-weight: 200;   
}
.nav-list h5:after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #ea5413;
    margin: 2px 0;
}
.nav-list .more {
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    transition: all 0.6s;    
}
.nav-list .nav-hover{
    position: absolute;
    bottom: 0px;
    color: #fff;
    padding: 20px 25px;
    width: 100%;
    z-index: 2;
}
.nav-list .nav-desc{
    height: 0px;
    transition: all 0.6s;
    overflow: hidden;
}
.nav-list:hover .nav-desc{
    height: 120px;
}
.nav-list:hover .nav-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.nav-list:hover:after{
    opacity: 0.5;
    height: 100%;
}
@media (max-width:992px){
    .nav-list .nav-hover{
        padding: 10px 15px;
    }
    .nav-list h5{
        font-size: 14px;
    }
    .nav-list .more{
        font-size: 13px; 
    }
}
/*合作伙伴*/
.partner{
	background: #fff;
    padding-top: 95px;
}
.par-info{
    font-size: 20px;
    margin-bottom: 30px;
}
.partner ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #eaeaea;
}
.partner ul li{   
    text-align: center;
    padding: 40px 15px;
    width: 14.285%;
    background: #eaeaea;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    border-bottom: 5px solid #eaeaea;  
}
.partner ul li img{
    width: auto;
    max-width: 100%;  
    transition: all 0.5s ease-in-out;
}
.partner ul li h5{    
    font-size: 16px;
    padding: 5px 5px;
    font-weight: 400; 
    transition: all 0.5s ease-in-out;  
}
.partner ul li h5:before{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #c9c9c9;
    margin: 10px auto;
    transition: all 0.5s ease-in-out;
}
.partner ul li:hover{
     background: #dddddd;
     border-bottom: 5px solid #ea5413; 
}
.partner ul li:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);  
}
.partner ul li:hover h5{
    color: #ea5413;
}
.partner ul li:hover h5:before{
    background: #ea5413;
}
@media (max-width:767px){
    .par-info {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .partner ul li{   
        text-align: center;
        padding: 20px 5px;
        width: 25%;
    }
    .partner ul li h5 {
        font-size: 13px;
    }
}
/*首页关于我们*/
.about{
    position: relative;
    background: #fff;
    /*background:url(../img/about.jpg) no-repeat #fff;*/
}
.about .about-txt{ 
    font-size: 16px;
    padding: 0px 0px 20px;  
}
.about .about-img img{
    width: auto;
    max-width: 100%;
}
.about .more a {    
    font-size: 24px;
    color: #ea5413;
    font-weight: 600; 
}
@media (max-width:992px){     
    .about .aimg{
        float: none;
        margin-bottom: 10px;        
        display: block;
    }
    .about .about-txt{ 
        font-size: 14px;
        padding: 20px 0px  
    }    
    .about .more a {
        font-size: 14px;
    }
}
/* 新闻 */
.news{
    background: #f4f4f4;
}
.news-box .news-con{
    width: 100%;
    font-size: 14px;     
    position: relative;
    overflow: hidden;  
    margin: 0px 0px;       
}
.news-box .news-title{
    overflow: hidden;    
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}
.news-box .news-title span{
    display: block;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: lighter;

}
.news-box .news-time{    
    font-size: 16px;
    font-weight: 600;
    line-height: 1.0;
    color: #b5bbc0;
    margin-bottom: 25px;
}
.news-box .news-time span{
    display: block;
    color: #013281;
    font-size: 35px;
}
.news-box .news-time:before{    
    content: "";
    display: block;
    background: #d4d4d4;
    width: 30px;
    height: 2px;
    transition: all 0.6s;
    margin: 10px 0px;
}
.news-box .ny-news-img{
    overflow: hidden;
}
.news-box .ny-news-img img{ 
    width: 100%;
    transition: all 0.6s;
}
.news-box .more{    
    font-size: 16px;
    color: #cbcbcb;
    text-transform: uppercase;     
    transition: all 0.6s;    
}
.news-box .news-con:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.news-box .news-con:hover .news-time:before{   
    background: #ea5413;
} 
@media (max-width:991px){
  
}